home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_8 / PlaceObject2_192_218 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2007-09-27  |  169 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    x = _root.ship._x;
  3.    y = _root.ship._y;
  4.    if(180 < x and x < 200 and 110 < y and y < 250)
  5.    {
  6.       _root.ship._x = x - 8;
  7.    }
  8. }
  9.